From 0711a44f5597d2366ad942c0523fcb1ac21aa619 Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Fri, 27 Jun 2025 11:16:57 -0400 Subject: [PATCH] rust: Add v2025_3 feature and bump versions --- Cargo.toml | 3 ++- rust-bindings/sys/Cargo.toml | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 13e7968d..7d1fc554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "ostree" readme = "rust-bindings/README.md" repository = "https://github.com/ostreedev/ostree" rust-version = "1.77.0" -version = "0.20.2" +version = "0.20.3" include = [ "/COPYING", @@ -103,3 +103,4 @@ v2023_8 = ["v2023_1", "ffi/v2023_8"] v2023_11 = ["v2023_8", "ffi/v2023_11"] v2025_1 = ["v2023_11", "ffi/v2025_1"] v2025_2 = ["v2025_1", "ffi/v2025_2"] +v2025_3 = ["v2025_2", "ffi/v2025_3"] diff --git a/rust-bindings/sys/Cargo.toml b/rust-bindings/sys/Cargo.toml index 5df6b3d6..2aba0fab 100644 --- a/rust-bindings/sys/Cargo.toml +++ b/rust-bindings/sys/Cargo.toml @@ -71,6 +71,7 @@ v2023_11 = ["v2023_8"] v2025_1 = ["v2024_7"] v2024_7 = ["v2023_11"] v2025_2 = ["v2025_1"] +v2025_3 = ["v2025_2"] [lib] name = "ostree_sys" @@ -86,7 +87,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://github.com/ostreedev/ostree-rs" -version = "0.15.1" +version = "0.15.2" edition = "2021" [package.metadata.docs.rs] @@ -253,3 +254,6 @@ version = "2024.7" [package.metadata.system-deps.ostree_1.v2025_2] version = "2025.2" + +[package.metadata.system-deps.ostree_1.v2025_3] +version = "2025.3" -- 2.30.2